home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
gfx
/
show
/
Bview_102.lha
/
Bview102
/
Install.script
< prev
next >
Wrap
Text File
|
1993-12-06
|
1KB
|
58 lines
FailAt 30
Echo "*npowerpacker.library 36.10 reqtools install 38.1095 Script*n"
Echo "for Bview 1.02*n"
Version >NIL: LIBS:powerpacker.library
If NOT ERROR
Echo "Version of powerpacker.library already installed:"
Version LIBS:powerpacker.library
Echo ""
EndIf
Ask "Install powerpacker.library version 36.10 ?"
If WARN
Copy Libs:powerpacker.library LIBS:powerpacker.library
Echo "*npowerpacker.library 36.10 copied to your LIBS: directory.*n"
EndIf
Version >NIL: exec.library 37
If WARN
Echo "Your Amiga does not have Kickstart 2.0 or higher in ROM.*nCan't Run Bview."
Skip END
EndIf
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
Echo ""
EndIf
Ask "Install reqtools.library version 38.1095 ?"
If WARN
Copy Libs/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library V38.1095 (2.0 version) copied to your LIBS: directory."
EndIf
Echo "*nInstallation complete.*n"
Echo "Now Copy Bview To the directory you want or copy whole dir BviewXXX"
Echo "Read Guide for more information about Bview..."
Echo "Especially when you use AGA chipset."
Skip END
Lab ABORTED
Echo "*nInstallation aborted!*n"
Lab END
Wait 10
EndCLI >NIL: